
/* whatsapp en pc */
@media (min-width:767px) {
    .whatsapp-float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        left: 40px;
        background-color: #25d366;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.3s ease;
    }
    }

/* whatsapp en clulalres */
@media (max-width:767px) {
	.whatsapp-float {
		position: fixed;
		width: 60px;
		height: 60px;
		bottom: 20px;
		right: 20px;
		background-color: #25d366;
		color: #fff;
		border-radius: 50px;
		text-align: center;
		font-size: 30px;
		z-index: 100;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: background-color 0.3s ease;
	}
	 
}

.whatsapp-float:hover {
    background-color: #128c7e;
}

.whatsapp-icon {
    margin: 0;
}

/*boton para abajo pc*/

@media (min-width:767px) {
    .boton-float {
		position: absolute;
		width: 80px;
		height: 80px;
		bottom: 40px;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: #ece11d;
		color: #fff;
		border-radius: 50px;
		text-align: center;
		font-size: 50px;
		z-index: 100;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: background-color 0.3s ease;
}
}

/* boton abajo en celulares */
@media (max-width:767px) {
.boton-float {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
    background-color: #ece11d;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}
}

.boton-float:hover {
    background-color: #f0b00d;
}

.boton-icon {
    margin: 0;
}

/* propiedades de los hipervinculos */
a:link {
	color: #036!important;
	text-decoration: none;
	border: none;
}
a:visited {
	text-decoration: none!important;
}
a:hover {
	text-decoration: none!important;
}
a:active {
	text-decoration: none!important;
}

/*hace lento el scroll hacia abajo o hacia arriba*/
html {
  scroll-behavior: smooth;
}

.bt_arriba{
	text-align:center;
	font-size:40px;
	bottom:2px;
	display: block;
	height: 50px;
	position: fixed;
	right:2px;
	width:50px;
	z-index:10;
	
}

body {
	  margin-top: 0px;
	  margin:0;
	  padding:0!important;
	  height:100%;  
	  
}

/*estilo la barra de encabezado */
.navbar-header {
   /*background: linear-gradient(180deg, #00000080, transparent);*/
   background: linear-gradient(180deg, #000000, #0000009e);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
			transition:all, .3s linear;
  	-webkit-transition:all, .3s linear;
  	-moz-transition:all, .3s linear;
    -o-transition:all, .3s linear;
}
/*cambia color de los item del navbar*/
.navbar-dark .navbar-nav .nav-link {
    color:#FFF!important;
}

/*boton circular*/
.btn-circle.btn-xl {
    width: 140px;
    height: 140px;
    border-radius: 70px;
	border-width:0px;
    /*line-height: 2.00;*/
}

/*boton circular*/
.btn-circle1.btn-xl1 {
    width: 100px;
    height: 100px;
    border-radius: 50px;
	border-width:0px;
    /*line-height: 2.00;*/
}


@media (min-width: 960px){
.menu-sticky {
    background: #196eca!important;
    position: fixed!important;
    max-width: 100%!important;
    width: 100%;
    height: auto!important;
    /*animation: suave-sale 1s 0s cubic-bezier(0.65, 0.05, 0.36, 1) both;
    -webkit-animation: suave-sale 1s .1s cubic-bezier(0.65, 0.05, 0.36, 1) both;*/
		transition:all, .3s linear;
  	-webkit-transition:all, .3s linear;
  	-moz-transition:all, .3s linear;
    -o-transition:all, .3s linear;
   /* box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1)!important;*/
	top:0;
}}
@media (max-width:959px){
.menu-sticky{
  background: #196eca!important;
  position: fixed!important;
  width: 100%;
	max-width: 100%!important;
	top:0;
  height: auto!important;
 /*animation: suave-sale 1s 0s cubic-bezier(0.65, 0.05, 0.36, 1) both;
 -webkit-animation: suave-sale 1s .1s cubic-bezier(0.65, 0.05, 0.36, 1) both;*/
	 	transition:all, .3s linear;
  	-webkit-transition:all, .3s linear;
  	-moz-transition:all, .3s linear;
    -o-transition:all, .3s linear;
	/*box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1)!important;*/
	padding:0!important;
 }}

#site-header {
	transition:all, .3s linear;
  	-webkit-transition:all, .3s linear;
  	-moz-transition:all, .3s linear;
    -o-transition:all, .3s linear;
} 
	
@-webkit-keyframes suave-sale {
 from {
  transform:translatey(-100%);
 }
 to {
  transform:translatey(0%);
 }
}
/*modifico alto barra */
@media (min-width:992px){
#site-header.transparent-header {
    padding: 15px 0 15px 0;
	}}
/*modifico color de barras al hacer scroll*/
.barras-sticky::before, .barras-sticky::after {
	background:#56151a!important;
}


/*cambia el color del bt_primary */
.btn-primary {
  background-color:#06C;
}


/* pie de pagina del sitio */
#footer {
  height:100px;
  line-height:100px;
  background:black;
  color:white;
  text-align:center;
  bottom:0;
  left:0;
  width:100%;
}

div#carouselExampleControls {
	margin-top:-25px;
}

.element-input {
	box-shadow: 0 2px 8px #e4e4e4;
	border-radius: 5px;
	border: 0;
}
.input-group-text {
    border: 0; 
    box-shadow: 0 2px 8px #e4e4e4;
}


/* cambia el estilo del placeholder  */
*::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color:#999!important;	
}
*:-moz-placeholder {
    /* Firefox anterior a 19 */
    color:#999!important;	
}
*::-moz-placeholder {
    /* Firefox 19 y superior */
    color:#999!important;
}
*:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color:#999!important;
}


/* fondo con la imagen del index y paginas  */
.fondo {
  height: 83vh;
 /* width: 100vw;
  text-align: center;*/
  background-image:url(../../images/background1.jpg);
  padding-top:40px;
  margin-top:-25px;
  position: relative;
}
/* para ver bien el fonde en los celulares */
@media (max-width:767px) {
	.fondo {
	  height: 100%!important;
	 min-height:100vh!important;
	}	 
}

/* para el tamaño de los avisos con alert  */
.aviso {
  width:25%;  
}
/* avisos en clulalres */
@media (max-width:767px) {
	.aviso {
	  width:90%!important;
	}
	 
}

/* para el tamaño de los formularios de ingreso, cambio y recupero de clave  */
.formulario {
  width:25%;  
}
/*formularios en celulare */
@media (max-width:767px) {
	.formulario {
	  width:90%!important;
	}	 
}

/* para que se vean bien los botones del index en los celulares */
@media (max-width:767px) {
	.row-panel {
	  width:100%!important;
	}	 
}

/* tamanio y estilo de los botones del index */
.btn-panel {
  /*width:90%; */
  border-width:5px; 
  background-color: rgba(0, 123, 255, .2);
  border-color:#036;
}

/* color de los iconos de los formularios modales */
.form-modal {
	color:#0e787e;
    /*background-color: #72b4f6;*/
	background-color:#D3E2F5;
}

/* centra el contenido del pie de los modales */
.pie-modal {
	text-align:center!important;
	
}

/* para el select 2 */

/* para el banner slider */
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

/* animaciones para imagenes */

.contenedor {
	overflow:hidden;
	}
.contenedor:hover .imagen {
	-webkit-transform:scale(1.3);
	transform:scale(1.3);
	transition:all .5s ease-in-out;
}

.imagen {
	transition:all .5s ease-in-out;

}	

@media (min-width: 768px) {
/*tarjeta 1*/
.card-header-first{
	margin-top:-50px;
	margin-left:30px;
	margin-right:30px;
    height: 100px;
	background-color:#EEE;
	box-shadow:1px 5px 15px #a2a2a2;
	border-radius:15px;
	text-align:center;
}
}

@media (max-width:767px) {
.card-header-first{
	margin-top:-40px;
    height: 60px;
	background-color:#EEE;
	box-shadow:1px 5px 15px #a2a2a2;
	border-radius:15px;
	text-align:center;
 
}
}

/*efecto shadows para todas las tarjetas*/
.card-section{
	box-shadow:1px 1px 20px #d2d2d2;
	
}
/*Para el efecto sombra al pasar por encima el mouse*/
.card-section:hover{
	box-shadow:1px 1px 40px #d2d2d2;
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/
}




/* carrusel de fondo pagina de inicio*/
#myCarousel {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  z-index:0;
}

#myCarousel1 {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 100%; 
	max-height: 70vh;
	z-index:0;
  }

/* carrusel de fondo pagina de inicio
#myCarousel .carousel-inner .item img {
	height:100vh;
	width:20%;
}*/


.carousel-item1 img{
	height:100vh;
	width:100%;
	-webkit-animation:thing 20s;
	-o-animation:thing 20s;
	animation:thing 20s;
	
}

.carousel-item2 img{
	height:70vh;
	width:100%;
	object-fit: cover;
	-webkit-animation:thing 20s;
	-o-animation:thing 20s;
	animation:thing 20s;
	
	
}

@keyframes thing {
	from{
		transform: scale(1, 1);
	}
	to{
		transform: scale(1.3, 1.3);
	}
}

/* video de fondo */
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

/* para ver bien el video de fondo en los celulares */
@media (max-width:767px) {
	#myVideo {
	position: absolute!important;
	height: 100%!important;
	min-height:100vh!important;
	}	 
}



/*
@keyframes fondotdf {
	from {
		opacity: 1;
		scale: 98%;
	
		transform: translateY(-20%);
	}

	to {
		opacity: 1;
		scale: 100%;
		
		transform: translateY(20%);
	}
}
 */


@media (min-width: 768px) {
.fondo1 {
	width:100%;
	background-image:url(http://laguiafueguina.com.ar/list/images/b_tdf2.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
	/*animation-name: fondotdf;
	animation-duration: 4s; 
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;*/
	
 
}
}


/* para ver bien el fondo del texto tdf en index */
@media (max-width:767px) {
	.fondo1 {
	width:100%;
	background-color:#666!important;
	
	}	 
}

/* para ver bien el fondo del texto tdf en index */
@media (max-width:767px) {
	.fondofinal1 {
		width:100%;
		background-size:cover;
		background-image:url(http://laguiafueguina.com.ar/list/images/ba_tdf_v.jpg);
	
	}	 
}

@media (min-width: 768px) {
.fondofinal {
	width:100%;
	background-size:cover;
	background-image:url(http://laguiafueguina.com.ar/list/images/ba_tdf.jpg);
 
}
}


@media (max-width:767px) {
.texto-tdf{
	font-size:20px!important;
}
}



.contenido-index-footer{
  position: absolute;
  bottom: 0; 
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  
  
}


@media (min-width: 768px) {
.contenido-index{
  /*position: fixed;
  bottom: 0; */
  text-align:center!important;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  /*height: 500px;*/
  min-height:100vh!important;
  display: flex!important;
  justify-content: center!important;
  align-items: center;
}
}


@media (max-width:767px) {
.contenido-index{
  /*position: fixed;
  bottom: 0; 
  background: rgba(0, 0, 0, 0.5);*/
  color: #f1f1f1;
  /*width: 100%;
  padding: 20px;*/
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
}

.contenido-row{
 width: 100%;
 text-align:center;
}

.contenidomovil-index{
  bottom: 0;
  /*background: rgba(0, 0, 0, 0.5);*/
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.btn-index{
 display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

@media (min-width: 768px) {
.somos-laguia{
	padding-top:50px;
	padding-left:50px;
  
}
}

.imagen-sepia:hover {filter: sepia(60%);}

.somos-img{
	max-width:100%;
	border-radius:10px;
	transition:all .5s ease-in-out;
  
}

.somos-img:hover {filter: grayscale(80%);}
/* hasta aca contenido dentro del video del inicio */


/* para animar las imagenes de las publi - agranda al pasar mouse */
.contenedor-publi:hover .imagen {
	-webkit-transform:scale(1.3);transform:scale(1.2);
}

/* para hacer responsive las imagenes de las publi horizontal */
.img-publi {
	max-width: 100%;
	min-width: 130px;
	width: 200px;  /* asume que este es el tamaño por defecto */
  }

/* para hacer responsive las imagenes de las noticias horizontal */
.img-noti {
	max-width: 100%;
	min-width: 130px;
	width: 255px;  /* asume que este es el tamaño por defecto */
  }

  /* para hacer responsive las imagenes de las categorias */
.img-cate {
	max-width: 100%;
	min-width: 60px;
	width: 100px;  /* asume que este es el tamaño por defecto */
  }

@media (max-width: 767px) {
.ciudad-r{
	padding-top:20px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}
}



@media (min-width: 768px) {
.ciudad-r{
	padding-top:80px;
	padding-left:80px;
	padding-right:100px;
	padding-bottom:80px;
}
}

/* para hacer responsive el texto de los h1 */
.titulo-responsive{
font-size: clamp(1.8rem, 2.5vw, 2.8rem);
}

/* para hacer responsive el texto de los h6*/
.titulo-responsive-h6{
	font-size: clamp(0.6rem, 0.9rem, 1.2rem);
	}

/* para hacer responsive el texto de los h3*/
.titulo-responsive-h3{
	font-size: clamp(0.8rem, 1.5vw, 1.8rem);
	}

/* para hacer responsive el texto de los parrafos p */
.text-responsive{
	font-size: max(0.9rem, 0.8vw);
}

/* para la paginacion */

@media (max-width: 767px) {
	.page-link {
		font-size: 0.9rem;
		box-shadow: 0 2px 8px #e4e4e4;
		border-radius: 8px;
		border: 0;
		margin: 3px;
		padding-left: 10px;
		padding-right: 10px;
		color: rgb(225, 218, 218)!important;
	
	}
	}
	
	
	
	@media (min-width: 768px) {
		.page-link {
			font-size: max(0.5rem, 1.2rem);
			box-shadow: 0 2px 8px #e4e4e4;
			border-radius: 8px;
			border: 0;
			margin: 5px;
			padding-left: 15px;
			padding-right: 15px;
			color: rgb(225, 218, 218)!important;
		
		}
	}

a:link.page-link {
		color: rgb(175, 176, 178)!important;
		text-decoration: none;
		border: none;
	
}


/* animaciones */


  
  @keyframes example {
	0% {top: 100px; opacity: 0;}
	50% {top: 0px; opacity: 1;}
  }
	
  .somos-laguia {

	view-timeline-name: --image;
	view-timeline-axis: block;

	animation-timeline: --image;
	
	animation-name: example;
	animation-duration: 3s;  
	/*animation-delay: 2s;*/
	animation-fill-mode: both;
  }

	@keyframes show {
	from {
		opacity: 0;
		scale: 50%;
	}

	to {
		opacity: 1;
		scale: 100%;
	}
}

.somos-img {
	view-timeline-name: --image;
	view-timeline-axis: block;

	animation-timeline: --image;
	animation-name: show;

	animation-range: entry 25% cover 30%;
	animation-fill-mode: both;
}

/* animaciones botones de home */

@keyframes botonabajo {
	from {
		opacity: 50;
		scale: 120%;
		background-color:rgb(211, 111, 17); opacity: 0.9;
	}

	to {
		opacity: 1;
		scale: 100%;
		background-color:rgb(201, 198, 44); opacity: 0.9;
	}

}

@keyframes botonhome {
	from {
		opacity: 0;
		scale: 50%;
	}

	to {
		opacity: 1;
		scale: 100%;
	}
}

.ani-ush {
	animation-name: botonhome;
	animation-duration: 4s; 
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	animation-delay: 0s;
  }

.btn-ush {
	animation-name: botonhome;
	animation-duration: 4s; 
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	animation-delay: 0s;
  }

  .btn-rio {
	animation-name: botonhome;
	animation-duration: 4s; 
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	animation-delay: 2s;
  }

  .btn-tol {
	animation-name: botonabajo;
	animation-duration: 2s; 
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	animation-delay: 2s;
  }

  @keyframes botoncircle {
	0%  {background-color:rgb(184, 192, 111); opacity: 0.9;/*transform: translateX(-10%);*/}
  100% {background-color:rgb(227, 134, 240); opacity: 0.9;/*transform: translateX(10%);*/}
  
}



  .btn-circle {
	animation-name: botoncircle;
	animation-duration: 3s; 
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	
  }
/*
  @keyframes rotate {
	0% {
	  transform: rotate(0);
	}
	100% {
	  transform: rotate(360deg);
	}
  }

  */

.btn-circle:hover {
	
	box-shadow: inset 0 0 0 100px #e6d160;
	color:#4b4b4b
  }
/*
  .btn-ush:hover { 
	box-shadow: inset 0 0 0 50px #3154f0;
	color:#ffffff
	
  }

  .btn-rio:hover {
	box-shadow: inset 0 0 0 50px #f06d31;
	color:#ffffff
  }

  .btn-tol:hover {
	box-shadow: inset 0 0 0 50px #16d465;
	color:#ffffff
  }
*/

  @keyframes botonhome1 {
	from {
		opacity: 0.7;
		scale: 110%;
		/*color: #474646;*/
	}

	to {
		opacity: 1;
		scale: 100%;
		/*color: rgb(255, 255, 255);*/
	}
}

.btn-ush1 {
	animation-name: botonhome1;
	animation-duration: 4s; 
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	animation-delay: 0s;
  }

  .btn-rio1 {
	animation-name: botonhome1;
	animation-duration: 4s; 
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	animation-delay: 2s;
  }

  .btn-tol1 {
	animation-name: botonhome1;
	animation-duration: 4s; 
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	animation-delay: 4s;
  }

  /*
  .btn-ush1:hover { 
	box-shadow: inset 0 0 0 50px #3154f0;
	color:#ffffff
	
  }

  .btn-rio1:hover {
	box-shadow: inset 0 0 0 50px #f06d31;
	color:#ffffff
  }

  .btn-tol1:hover {
	box-shadow: inset 0 0 0 50px #16d465;
	color:#ffffff
  }
*/

  @keyframes textcolor {
	from {
		opacity: 1;
		color: #68a5dd;
		/*transform: translateX(-1%);*/
	}

	to {
		opacity: 1;
		color: rgb(255, 255, 255);
		/*transform: translateX(1%);*/
	}
}
 
.texto-tdf2 {
	animation-name: textcolor;
	animation-duration: 4s; 
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	
  }

  
  
  